From 345708f677fea3be7d3db42443cc7b222b5f2836 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Thu, 5 Sep 2002 18:41:24 +0000 Subject: [PATCH] (table-command-prefix): Fix type. --- lisp/textmodes/table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 3390795bceb..1406089b2ed 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -672,7 +672,7 @@ height." (defcustom table-command-prefix [(control c) (control c)] "*Key sequence to be used as prefix for table command key bindings." - :type '((vector (list symbol) symbol)) + :type '(vector (repeat :inline t sexp)) :tag "Table Command Prefix" :group 'table) -- 2.30.2